func github.com/vmihailenco/msgpack/v5.readN

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode.go#L573: 	_, err := readN(d.r, buf, len(buf))
		decode.go#L606: 	d.buf, err = readN(d.r, d.buf, n)
		decode.go#L617: func readN(r io.Reader, b []byte, n int) ([]byte, error) {
		decode_string.go#L95: 	return readN(d.r, b, n)
		decode_string.go#L142: 	*ptr, err = readN(d.r, *ptr, n)